home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
OOP_Course
/
Examples
/
ExtendDraw
/
Ellipse.bproj
/
Ellipse.h
< prev
next >
Wrap
Text File
|
1992-12-19
|
98b
|
10 lines
// interface file for Ellipse
#import "AShape.h"
@interface Ellipse:AShape
{
}
-drawShape;
@end